Operator: InverseSquare-Affine-Gate (Fused CUDA Kernel)

Definition
- z = x * scale + bias
- m = 1 / (1 + z^2)
- g = sigmoid(alpha * m + beta)
- y = x * g

Goal
- Rational inverse-square fusion; target ≥1.30x speedup.
